func net/http.isDomainOrSubdomain

2 uses

	net/http (current package)
		client.go#L1021: 	return isDomainOrSubdomain(dhost, ihost)
		client.go#L1028: func isDomainOrSubdomain(sub, parent string) bool {